// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['The Book Of Mormon','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','5/8/2024','7:30 PM','6143770','The-Book-Of-Mormon-5-8-2024'],['Sister Hazel','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','5/10/2024','8:00 PM','6319061','Sister-Hazel-5-10-2024'],['Steel Panther','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','5/11/2024','8:00 PM','6245502','Steel-Panther-5-11-2024'],['Asia','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Tuesday','7/16/2024','7:00 PM','6401260','Asia-7-16-2024'],['Brian Regan','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','8/24/2024','7:00 PM','6316317','Brian-Regan-8-24-2024'],['One Night of Queen','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','9/4/2024','8:00 PM','6418746','One-Night-of-Queen-9-4-2024'],['Intocable','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','9/20/2024','8:00 PM','6354274','Intocable-9-20-2024'],['Kathleen Madigan','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','10/25/2024','7:00 PM','6383792','Kathleen-Madigan-10-25-2024'],['Celtic Thunder','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','10/25/2024','7:30 PM','6325591','Celtic-Thunder-10-25-2024'],['Kansas - The Band','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','11/16/2024','7:30 PM','6329524','Kansas---The-Band-11-16-2024']],'Spartanburg Memorial Auditorium','http://www.ticketnetwork.com/ticket/Spartanburg-Memorial-Auditorium-events.aspx');